cody - HTMLify profile

cody
4270 Files
632084 Views
Latest files of /cody/vishal-dcode/Dad Jokes
const jokeEl = document.querySelector("#joke");
const jokeBtn = document.querySelector("#jokeBtn");
jokeBtn.addEventListener("click", generateJoke);
generateJoke();
//1 Method-1 Using .then()
const jokeBtn = document.querySelector("#jokeBtn");
jokeBtn.addEventListener("click", generateJoke);
generateJoke();
//1 Method-1 Using .then()
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}